home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / __MANDEL / MANDELBR / CMANDELM.H1 < prev    next >
Text File  |  1992-03-21  |  345b  |  20 lines

  1. /* CMandelMapDirector.h */
  2.  
  3. #define _H_CMandelMapDirector
  4.  
  5. #include <CDLOGDirector.h>
  6.  
  7. class CMandelMap;
  8. class CDialogText;
  9.  
  10. class CMandelMapDirector : public CDLOGDirector
  11. {
  12. public:
  13.  
  14.     void             IMandelMapDirector(short, CMandelMap *, CDirectorOwner *aSupervisor);
  15.     virtual void     DoCommand( long aCmd);    
  16.  
  17. protected:
  18.  
  19.     CMandelMap        *itsMandelMap;
  20. };